instruction pointer

英 [ɪnˈstrʌkʃn ˈpɔɪntə(r)] 美 [ɪnˈstrʌkʃn ˈpɔɪntər]

网络  指令指示器; 指令指针; 指令指标; 指令指针寄存器; 指令指標

计算机



双语例句

  1. So in this instruction,$ sp is the stack pointer ( it's an alias for$ 1).
    所以在这个指令中,$sp是堆栈指针(它是$1的别名)。
  2. Important registers to look for when debugging through signals are the GPRs, instruction pointer ( NIP), machine state register ( MSR), trap, data address register ( DAR), and so on.
    在调试信号时,需要查看的一些重要寄存器包括GPR、指令指针(NIP)、机器状态寄存器(MSR)、Trap、数据地址寄存器(DAR)等等。
  3. If even a single thread's instruction pointer refers to a function's code in memory or a single thread's kernel stack refers to a return address within the function, the function is considered active and cannot be replaced.
    如果线程的指令指针引用内存中的函数代码,或者线程的内核堆栈引用函数中的返回地址,就认为这个函数是活跃的,无法替换。
  4. The other alternative is to modify the instruction pointer register using the rm command and just type go.
    另一个办法是使用rm命令修改指令指针寄存器,然后只要输入go。
  5. Whenever an instruction is fetched from memory, the instruction pointer is translated via the instruction TLB into a physical address.
    无论何时从内存中取一个指令,指令指针都会经指令TLB的翻译后指向物理地址。
  6. If you specify a delta, the number specified will be added to the current instruction pointer or specified address to begin disassembling.
    如果指定了增量,则指定的数目将添加到当前指令指针或指定地址以开始反汇编。
  7. NET CLR. The virtual machine is used to maintain the run-time environment which is composed of code section, frame stack, function stack, constant section, instruction pointer, etc and control the executing of program.
    NETCLR的思想,用虚拟机维护由代码区、框架栈、函数运行栈、常量区和指令计数器等共同构成的运行时环境,控制程序的执行。
  8. The virtual machine maintains the run-time environment, which is composed of code section, data section, function calling stack, operand stack, instruction pointer, etc. All that is good to the executing and the debugging of program.
    并用虚拟机维护由代码区、数据区、函数调用栈、操作数栈和指令计数器等共同构成的运行时环境,控制程序的执行,有利于实现调试功能。